-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Update library/liquibase to 5.0.1 #20015
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
It looks like this needs a rebase to fix the conflict. Can you rebase on |
Diff for 6d42075:diff --git a/_bashbrew-cat b/_bashbrew-cat
index e83b329..0af7a1a 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -2,11 +2,11 @@ Maintainers: Jake Newton <[email protected]> (@jnewton03)
Architectures: amd64, arm64v8
GitRepo: https://github.com/liquibase/docker.git
-Tags: 5.0, 5.0.0, latest
+Tags: 5.0, 5.0.1, latest
GitFetch: refs/heads/main
-GitCommit: aa1c6cc8fda7a42fde405d21030f99d1d5397f6a
+GitCommit: c67a0359179ab8f862f202e313461452294f944f
-Tags: 5.0-alpine, 5.0.0-alpine, alpine
+Tags: 5.0-alpine, 5.0.1-alpine, alpine
GitFetch: refs/heads/main
-GitCommit: aa1c6cc8fda7a42fde405d21030f99d1d5397f6a
+GitCommit: c67a0359179ab8f862f202e313461452294f944f
File: Dockerfile.alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index 3a85418..eb28451 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,6 +1,6 @@
liquibase:5.0
liquibase:5.0-alpine
-liquibase:5.0.0
-liquibase:5.0.0-alpine
+liquibase:5.0.1
+liquibase:5.0.1-alpine
liquibase:alpine
liquibase:latest
diff --git a/liquibase_alpine/Dockerfile.alpine b/liquibase_alpine/Dockerfile.alpine
index 2233dc5..94d90f3 100644
--- a/liquibase_alpine/Dockerfile.alpine
+++ b/liquibase_alpine/Dockerfile.alpine
@@ -11,8 +11,8 @@ RUN apk add --no-cache openjdk21-jre-headless bash
WORKDIR /liquibase
-ARG LIQUIBASE_VERSION=5.0.0
-ARG LB_SHA256=4865954d3b95032beae8cd10ccdb4a4feb7e7e684d886fd979fdbb1305fb6a44
+ARG LIQUIBASE_VERSION=5.0.1
+ARG LB_SHA256=3ae11ccdcd4c080e421e5fd043bdbd624d56fcfc9b294d5d9d898cb8b074e449
# Download, verify, extract
RUN set -x && \
@@ -32,7 +32,7 @@ ARG LPM_SHA256_ARM=541a220aa3c3227cc0fb40b15976b11011568a06a6499af090258bf604f45
# Add metadata labels
LABEL org.opencontainers.image.description="Liquibase Container Image (Alpine)"
-LABEL org.opencontainers.image.licenses="Apache-2.0"
+LABEL org.opencontainers.image.licenses="FSL-1.1-ALv2"
LABEL org.opencontainers.image.vendor="Liquibase"
LABEL org.opencontainers.image.version="${LIQUIBASE_VERSION}"
LABEL org.opencontainers.image.documentation="https://docs.liquibase.com"
diff --git a/liquibase_latest/Dockerfile b/liquibase_latest/Dockerfile
index 2ede99e..bc60541 100644
--- a/liquibase_latest/Dockerfile
+++ b/liquibase_latest/Dockerfile
@@ -9,8 +9,8 @@ RUN groupadd --gid 1001 liquibase && \
# Download and install Liquibase
WORKDIR /liquibase
-ARG LIQUIBASE_VERSION=5.0.0
-ARG LB_SHA256=4865954d3b95032beae8cd10ccdb4a4feb7e7e684d886fd979fdbb1305fb6a44
+ARG LIQUIBASE_VERSION=5.0.1
+ARG LB_SHA256=3ae11ccdcd4c080e421e5fd043bdbd624d56fcfc9b294d5d9d898cb8b074e449
RUN wget -q -O liquibase-${LIQUIBASE_VERSION}.tar.gz "https://package.liquibase.com/downloads/dockerhub/official/liquibase-${LIQUIBASE_VERSION}.tar.gz" && \
echo "$LB_SHA256 *liquibase-${LIQUIBASE_VERSION}.tar.gz" | sha256sum -c - && \
@@ -26,7 +26,7 @@ ARG LPM_SHA256_ARM=541a220aa3c3227cc0fb40b15976b11011568a06a6499af090258bf604f45
# Add metadata labels
LABEL org.opencontainers.image.description="Liquibase Container Image"
-LABEL org.opencontainers.image.licenses="Apache-2.0"
+LABEL org.opencontainers.image.licenses="FSL-1.1-ALv2"
LABEL org.opencontainers.image.vendor="Liquibase"
LABEL org.opencontainers.image.version="${LIQUIBASE_VERSION}"
LABEL org.opencontainers.image.documentation="https://docs.liquibase.com" Relevant Maintainers:
|
yosifkit
approved these changes
Oct 6, 2025
-LABEL org.opencontainers.image.licenses="Apache-2.0"
+LABEL org.opencontainers.image.licenses="FSL-1.1-ALv2" Oof, this is potentially problematic for continued inclusion in this program (https://github.com/docker-library/official-images#what-are-official-images, #11473) 😬 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update library/liquibase with latest commit and version